From 385e6beafe7e53911c1f3c1f84e167e5b218244a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 24 Oct 2014 16:12:33 -0400 Subject: [PATCH] Fix the build Some forgotten include path adjustments. --- gtk/gtkcsscustomproperty.c | 2 +- gtk/gtkcssshorthandpropertyimpl.c | 2 +- gtk/gtkcssstyleproperty.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkcsscustomproperty.c b/gtk/gtkcsscustomproperty.c index a8be088535..31cfefd0f7 100644 --- a/gtk/gtkcsscustomproperty.c +++ b/gtk/gtkcsscustomproperty.c @@ -25,7 +25,7 @@ #include "gtkcssstylefuncsprivate.h" #include "gtkcsstypedvalueprivate.h" -#include "gtkstylepropertiesprivate.h" +#include "deprecated/gtkstylepropertiesprivate.h" #include "deprecated/gtkthemingengine.h" diff --git a/gtk/gtkcssshorthandpropertyimpl.c b/gtk/gtkcssshorthandpropertyimpl.c index bc828ead0f..9bc780dc6e 100644 --- a/gtk/gtkcssshorthandpropertyimpl.c +++ b/gtk/gtkcssshorthandpropertyimpl.c @@ -39,7 +39,7 @@ #include "gtkcssstringvalueprivate.h" #include "gtkcssstylefuncsprivate.h" #include "gtkcssvalueprivate.h" -#include "gtkstylepropertiesprivate.h" +#include "deprecated/gtkstylepropertiesprivate.h" #include "gtktypebuiltins.h" /* this is in case round() is not provided by the compiler, diff --git a/gtk/gtkcssstyleproperty.c b/gtk/gtkcssstyleproperty.c index 5053892430..0ba6567ca5 100644 --- a/gtk/gtkcssstyleproperty.c +++ b/gtk/gtkcssstyleproperty.c @@ -29,7 +29,7 @@ #include "gtkcssunsetvalueprivate.h" #include "gtkintl.h" #include "gtkprivatetypebuiltins.h" -#include "gtkstylepropertiesprivate.h" +#include "deprecated/gtkstylepropertiesprivate.h" /* this is in case round() is not provided by the compiler, * such as in the case of C89 compilers, like MSVC -- 2.30.2